home *** CD-ROM | disk | FTP | other *** search
/ Champak 139 / (Vol 139) Sep 24 2011.iso / Games / stonagesam.swf / scripts / DefineButton2_1464 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2011-09-24  |  102 b   |  6 lines

  1. on(release){
  2.    _global.timer = 300;
  3.    setTimeout(_root.loadLevel,2000,6);
  4.    fadeOut.play();
  5. }
  6.